A C D G I O Q R S 

A

android.device - package android.device
 

C

closeScan() - Method in class android.device.ScanDevice
Turn off the power for the scanner.

D

deleteAPN(String) - Method in class android.device.SystemManager
Delete the APN.

G

getForbiddenHome() - Method in class android.device.SystemManager
get Forbide Home function status
getHideRecentApps() - Method in class android.device.SystemManager
get hide recent applications status
getHideSlideStatusBar() - Method in class android.device.SystemManager
get hide pull-down statusbar status
getIndicatorLightMode() - Method in class android.device.ScanDevice
get indicator lamp mode .
getOutScanMode() - Method in class android.device.ScanDevice
get barcode output mode.
getScanBeepState() - Method in class android.device.ScanDevice
get beep status.
getScanCodeValue() - Method in class android.device.ScanDevice
get scan data at broadcast mode.
getScanLaserMode() - Method in class android.device.ScanDevice
get laser continuous mode .
getScannerType() - Method in class android.device.ScanDevice
 
getScanVibrateState() - Method in class android.device.ScanDevice
get vibrate status.

I

isScanOpened() - Method in class android.device.ScanDevice
get scanner status.

O

openScan() - Method in class android.device.ScanDevice
Turn on the power for the scanner.

Q

queryAPN(String) - Method in class android.device.SystemManager
Query the APN.

R

resetScan() - Method in class android.device.ScanDevice
reset scanner.

S

ScanDevice - Class in android.device
 
ScanDevice() - Constructor for class android.device.ScanDevice
 
setAPN(String, String, String, String, String, String, String, String, String, String, String, String, int, String, String, int, String, boolean, boolean) - Method in class android.device.SystemManager
Set the APN (Access Point Names) configurations for cellular network.
setForbiddenHome(boolean) - Method in class android.device.SystemManager
Enable/Disable Forbid Home function.
setHideRecentApps(boolean) - Method in class android.device.SystemManager
Enable/Disable hide recent applications.
setHideSlideStatusBar(boolean) - Method in class android.device.SystemManager
Enable/Disable hide pull-down statusbar.
setIndicatorLightMode(int) - Method in class android.device.ScanDevice
Blink indicator lamp when the scan is successful.
setOutScanMode(int) - Method in class android.device.ScanDevice
Set barcode output mode.
1.Broadcast mode.
The scan results to be sent as a broadcast Intent.
Application should register an action as
scan.rcv.message broadcast listerner.For more details refer to the sample.
2.Editbox Mode.
The scan results to be send to the edit box in focus.
3.Keyboard Mode.
The scan results to be send via emulate keyevents.
setScanBeep() - Method in class android.device.ScanDevice
Play sound when the scan is successful.
setScanLaserMode(int) - Method in class android.device.ScanDevice
Set laser continuous mode.
setScanUnBeep() - Method in class android.device.ScanDevice
No prompt sound when the scan is successful.
setScanUnVibrate() - Method in class android.device.ScanDevice
Not Vibrate when the scan is successful.
setScanVibrate() - Method in class android.device.ScanDevice
Vibrate when the scan is successful.
setSelectedApn(String) - Method in class android.device.SystemManager
Select the APN(Default).
setSysTime(int, int, int, int, int, int) - Method in class android.device.SystemManager
Set System Time.
startScan() - Method in class android.device.ScanDevice
start decoding.
stopScan() - Method in class android.device.ScanDevice
stop decoding.
SystemManager - Class in android.device
 
SystemManager() - Constructor for class android.device.SystemManager
 
A C D G I O Q R S